Click or drag to resize

NoteCollectionIndexOf Method (String)

Returns the zero-based index of the first occurrence of the specified Note in the collection.

Namespace:  Independentsoft.Sip.Presence
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public int IndexOf(
	string description
)

Parameters

description
Type: SystemString
The description of the Note to locate in the collection.

Return Value

Type: Int32
The first index of the Note in the collection or -1 if the node is not found in the collection.
See Also